projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e52ea0
)
(byte-compile-file-form-defmumble): Use defalias
author
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Jun 1993 19:29:59 +0000
(19:29 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Jun 1993 19:29:59 +0000
(19:29 +0000)
for named function, even if no doc string.
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index bbb977d2be58105f1b68bcc93dab32bfb574eb71..f3462d7a189bb9c7cb142af1290b0800872eb9d4 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-1579,7
+1579,7
@@
With argument, insert value in current buffer after the form."
(if (not (stringp (nth 3 form)))
;; No doc string to make-docfile; insert form in normal code.
(byte-compile-keep-pending
- (list '
fset
(list 'quote name)
+ (list '
defalias
(list 'quote name)
(cond ((not macrop)
code)
((eq 'make-byte-code (car-safe code))